home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tex
/
rexx
/
sdvitofront.ced
< prev
next >
Wrap
Text File
|
1995-03-15
|
178b
|
8 lines
/* brings the previewer "ShowDVI" to front */
IF (SHOW('P', 'showdvi')) THEN DO
ADDRESS "showdvi" tofront
ADDRESS "showdvi" activate
END
ELSE okay1 "ShowDVI is not running."